func runtime.spanOfUnchecked

4 uses

	runtime (current package)
		mgcmark.go#L1393: 	s := spanOfUnchecked(b)
		mheap.go#L711: func spanOfUnchecked(p uintptr) *mspan {
		stack.go#L233: 	s := spanOfUnchecked(uintptr(x))
		stack.go#L503: 		s := spanOfUnchecked(uintptr(v))